curl --request GET \
--url https://api.onetsolutions.net/v1/domains/availability/suggestions \
--header 'Authorization: Bearer <token>'[
{
"domain_name": "<string>",
"tld": "<string>",
"available": true,
"price": "<string>"
}
]Get available domain suggestions with different TLDs for a given SLD.
curl --request GET \
--url https://api.onetsolutions.net/v1/domains/availability/suggestions \
--header 'Authorization: Bearer <token>'[
{
"domain_name": "<string>",
"tld": "<string>",
"available": true,
"price": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
Maximum number of suggestions to return (default: 5, max: 20)
Second-level domain (e.g., 'example' for example.com)